Skip to main content

Email Templates Variables Transformation

Variables that used to be available in the right panel for email templates have now been transformed into new variables in order to provide you more dynamic and event-driven variables specific to each email. To learn more about them read, Understanding Email Templates in VIDIZMO

The table below shows the transformation of old variables to new variables.

Old VariablesNew Variables
$USER_FIRST_NAME${{ Sender.FirstName }} , {{ Recipient.FirstName }}
$USER_FIRST_NAME${{ Mashup.Author.FirstName }}
$USER_LAST_NAME${{ Sender.LastName }}  , {{ Recipient.LastName }} 
$USER_LAST_NAME${{ Mashup.Author.LastName }}
$USER_EMAIL${{ Sender.EmailAddress }}, {{ Recipient.EmailAddress }} 
$USER_PASSWORD${SupplementaryInformation.GetValue("Password")}
$USER_CHANNEL_NAME${{ Tenant.TenantName }}
Old VariablesNew Variables
$CHANNEL_ADMIN_LAST_NAME${{ Sender.LastName }},{{ Recipient.LastName }} 
$CHANNEL_ADMIN_FIRST_NAME${{ Sender.FirstName }} , {{ Recipient.FirstName }}
$ADMIN_FIRST_NAME${{ Recipient.FirstName }} , {{ Recipient.FirstName }}
$ADMIN_EMAIL${{ Recipient.EmailAddress }}
Old VariablesNew Variables
$ACCESSRIGHTS_LIMITED_DURATION{% if AccessRight.LimitedDuration %} {% endif %}
$ACCESSRIGHTS_MAX_VIEWS{% if AccessRight.MaxAllowedViews %} {% endif %}
$ACCESSRIGHTS_MAX_VIEWS{{ AccessRight.MaxAllowedViews }}
$ACCESSRIGHTS_FROM_DATE${{ AccessRight.FromDate }}
$ACCESSRIGHTS_END_DATE${{ AccessRight.EndDate }}
Old VariablesNew Variables
$APPLICATION_NAME${{ ApplicationName }}
$APPLICATION_URL${{ ApplicationUrl }}
$APPLICATION_SUPPORT_EMAIL${{ ApplicationSupportEmail }}
$APPLICATION_SUPPORT_PHONE${{ ApplicationSupportPhoneNumber }}
Old VariablesNew Variables
$CHANNEL_URL${{ Tenant.SubDomainUrl }}
$CHANNEL_EMAIL${{ Tenant.AdminEmailAddress }}
$CHANNEL_NAME${{ Tenant.TenantName }}
$CHANNEL_PACKAGE${{ Tenant.TenantProductPackage.Name }}
$CHANNEL_STATUS${{ Tenant.TenantProductPackage.AccountCreditStatusId }}
Old VariablesNew Variables
$MFA_TOKEN${{ MFA_TOKEN }}
$MFA_TOKEN_EXPIRE_TIME${{ MFA_TOKEN_EXPIRE_TIME }}
Old VariablesNew Variables
$PRESENTATION_TITLE${{ Mashup.Title }},{{ AccessRight.Mashup.Title }}
$PRESENTATION_DESCRIPTION${{ Mashup.Description }}
$PRESENTATION_LINK$ {{Mashup | GetMediaLink : Tenant,AccessRightId,false }}, {{ Tenant | GetMediaLink ForRefer : Mashup.Type,Mashup.Name,AccessRightId,false }}
$PRESENTATION_TITLES_WITH_LINKS${{ Mashup | GetLink : Tenant,AccessRightId,true }}
$PRESENTATION_STATUS${{ Mashup.Status }}
$PRESENTATION_AUTHOR${{ Mashup.Author.FirstName }}
Old VariablesNew Variables
$WORKFLOW_NAME${{Workflow.Name}}
$WORKFLOW_TITLE${{Workflow.Description}}
$WORKFLOW_STATE${{Workflow.State}}
$WORKFLOW_START_DATE${{ Workflow.AddedDate}}
$WORKFLOW_MODIFIED_DATE${{Workflow.ModifiedDate}}
$WORKFLOW_ACTIVITY_NAME${{Workflow.NextWorkflowActivity.Name}}
$WORKFLOW_PERCENTAGE${{Workflow.Percentage}}
$WORKFLOW_ERROR_COUNT${{Workflow.ErrorCount}}
Old VariablesNew Variables
$MEDIA_MANAGER_REVIEW_PAGE_LINK${{ Tenant | GetMediaManagerReviewPageLink }}
$CONFIRMATION_LINK${{ Tenant | GetConfirmationLink : Recipient.EmailAddress }}
$LINK_SIGN_IN${{ Tenant | GetSignInUrlEmail : Recipient.EmailAddress }}
$LINK_SIGN_IN${{ Tenant | GetSignInUrlId : UserProfileId }}
$LINK_RESET_PASSWORD${{ Tenant | GetLinkResetPassword : Recipient.EmailAddress }}
Old VariablesNew Variables
$TERM_Comment${{  Tenant | GetConfigurableTerm:''Comment'' }}
$TERM_Mashup${{ Tenant | GetConfigurableTerm:''Mashup'' }}
$TERM_Mashups${{  Tenant | GetConfigurableTerm:''Mashups'' }}
$TERM_MyMedia${{  Tenant | GetConfigurableTerm:''MyMedia'' }}
$TERM_Assigned${{  Tenant | GetConfigurableTerm:''Assigned'' }}
$TERM_Presentation${{  Tenant | GetConfigurableTerm:''Presentation'' }}
Old VariablesNew Variables
$MODERATOR_FIRST_NAME${{ Comment.CommentContent }}
$COMMENT_MODERATION${{ Tenant | GetCommentModerationUrl }}
Old VariablesNew Variables
$COMMENT_CONTENT${{ Sender.FirstName }}
$MODERATOR_EMAIL${{ Sender.EmailAddress }}

Miscellaneous Variables

Old VariablesNew Variables
$CURRENT_DATE_TIME${{ EventDate }}
$CUSTOM_MESSAGE${{ Feedback.Comments }}
$IS_SUBSCRIBED_USE{% if Recipient.IsSubscribedUser %} {% endif %}
$CONTENT_TITLE${{ ContentProcessing.Title }}
$USER_NAME${{ Customer.FirstName }} - {{ Customer.LastName}}
$SERVER_TYPE${{ EnterpriseLicense.ServerType }}
$LICENSE_KEY${{ EnterpriseLicense.LicenseKey }}
$PACKAGE_NAME${{Tenant.TenantProductPackage.Name}}
$EMAIL_ADDRESS${{ Customer.Email }}
$ORGANIZATION_NAME${{ Customer.OrganizationName }}
$PHONE${{ Customer.Phone }}
$WEBSITE${{ Customer.Website }}
$CUSTOM_TEMPLATE_FOR_ACCOUNT_PACKAGE${{ SupplementaryInformation | GetValue : ''CustomTemplate'' }}
$BILLING_DATE${{ BillingData.BillingDate }}
$BILLING_ERROR${{ SupplementaryInformation | GetValue : ''BillingError'' }}
$PURGED_CHANNEL_NAME${{ Tenant.TenantName }}